GtkPlacesSidebar: Fixed tooltip capitalization
authorJoe Pea <trusktr@gmail.com>
Sun, 12 May 2013 20:28:24 +0000 (13:28 -0700)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 13 May 2013 09:47:05 +0000 (05:47 -0400)
Use sentence capitalization for the tooltip on the file system disk under Devices.
https://bugzilla.gnome.org/show_bug.cgi?id=698933

gtk/gtkplacessidebar.c

index 87e0c5aca54c98e47f666047c89f78155233b7aa..4a04611713f28a7c500ff7114788fcade246f12f 100644 (file)
@@ -964,7 +964,7 @@ update_places (GtkPlacesSidebar *sidebar)
                   SECTION_DEVICES,
                   sidebar->hostname, icon, mount_uri,
                   NULL, NULL, NULL, 0,
-                  _("Open the contents of the File System"));
+                  _("Open the contents of the file system"));
        g_object_unref (icon);
 
        /* add mounts that has no volume (/etc/mtab mounts, ftp, sftp,...) */